net/netip.Addr.z (field)
38 uses
net/netip (current package)
netip.go#L57: z unique.Handle[addrDetail]
netip.go#L86: func IPv6Unspecified() Addr { return Addr{z: z6noz} }
netip.go#L95: z: z4,
netip.go#L108: z: z6noz,
netip.go#L385: return ip.z == z0
netip.go#L391: func (ip Addr) IsValid() bool { return ip.z != z0 }
netip.go#L399: switch ip.z {
netip.go#L410: if ip.z == z0 {
netip.go#L413: return ip.z.Value().zoneV6
netip.go#L462: return ip.z == z4
netip.go#L473: return ip.z != z0 && ip.z != z4
netip.go#L482: ip.z = z4
netip.go#L495: ip.z = z6noz
netip.go#L498: ip.z = unique.Make(addrDetail{isV6: true, zoneV6: zone})
netip.go#L508: ip.z = z6noz
netip.go#L514: return ip.z != z0 && ip.z != z4 && ip.z != z6noz
netip.go#L614: if ip.z == z0 {
netip.go#L680: switch ip.z {
netip.go#L712: if ip.z == z4 || ip.Is4In6() {
netip.go#L716: if ip.z == z0 {
netip.go#L724: switch ip.z {
netip.go#L784: switch ip.z {
netip.go#L801: switch ip.z {
netip.go#L882: if ip.z != z6noz {
netip.go#L934: if ip.z != z6noz {
netip.go#L945: switch ip.z {
netip.go#L960: if ip.z != z6noz {
netip.go#L973: switch ip.z {
netip.go#L1009: switch ip.z {
netip.go#L1152: switch p.ip.z {
netip.go#L1182: switch p.ip.z {
netip.go#L1206: switch p.ip.z {
netip.go#L1348: if ip.Is6() && ip.z != z6noz {
netip.go#L1474: if p.ip.z == z4 {
netip.go#L1495: switch p.ip.z {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |